home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / COMPNENT / ISAMEXPT / ISBRINST.DFM / ISBRINST.txt
Text File  |  1996-04-04  |  3KB  |  91 lines

  1. object BrowserSetupDlg: TBrowserSetupDlg
  2.   Left = 200
  3.   Top = 101
  4.   Width = 272
  5.   Height = 265
  6.   Caption = 'Browser-Einstellungen'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   OnShow = FormShow
  16.   TextHeight = 14
  17.   object UpBttn: TSpeedButton
  18.     Left = 232
  19.     Top = 72
  20.     Width = 25
  21.     Height = 25
  22.     Glyph.Data = {
  23.       78010000424D7801000000000000760000002800000020000000100000000100
  24.       04000000000000000000120B0000120B00000000000000000000000000000000
  25.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  26.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000333
  27.       3333333333777F33333333333309033333333333337F7F333333333333090333
  28.       33333333337F7F33333333333309033333333333337F7F333333333333090333
  29.       33333333337F7F33333333333309033333333333FF7F7FFFF333333000090000
  30.       3333333777737777F333333099999990333333373F3333373333333309999903
  31.       333333337F33337F33333333099999033333333373F333733333333330999033
  32.       3333333337F337F3333333333099903333333333373F37333333333333090333
  33.       33333333337F7F33333333333309033333333333337373333333333333303333
  34.       333333333337F3333333333333303333333333333337333333330000}
  35.     NumGlyphs = 2
  36.     OnClick = UpBttnClick
  37.   end
  38.   object DownBttn: TSpeedButton
  39.     Left = 232
  40.     Top = 108
  41.     Width = 25
  42.     Height = 25
  43.     Glyph.Data = {
  44.       78010000424D7801000000000000760000002800000020000000100000000100
  45.       04000000000000000000120B0000120B00000000000000000000000000000000
  46.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  47.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333303333
  48.       333333333337F33333333333333033333333333333373F333333333333090333
  49.       33333333337F7F33333333333309033333333333337373F33333333330999033
  50.       3333333337F337F33333333330999033333333333733373F3333333309999903
  51.       333333337F33337F33333333099999033333333373333373F333333099999990
  52.       33333337FFFF3FF7F33333300009000033333337777F77773333333333090333
  53.       33333333337F7F33333333333309033333333333337F7F333333333333090333
  54.       33333333337F7F33333333333309033333333333337F7F333333333333090333
  55.       33333333337F7F333333333333000333333333333377733333330000}
  56.     NumGlyphs = 2
  57.     OnClick = DownBttnClick
  58.   end
  59.   object StringGrid1: TStringGrid
  60.     Left = 0
  61.     Top = 4
  62.     Width = 225
  63.     Height = 197
  64.     ColCount = 2
  65.     DefaultColWidth = 100
  66.     DefaultRowHeight = 18
  67.     FixedCols = 0
  68.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowMoving, goEditing, goAlwaysShowEditor]
  69.     ScrollBars = ssVertical
  70.     TabOrder = 0
  71.   end
  72.   object OkBttn: TBitBtn
  73.     Left = 16
  74.     Top = 208
  75.     Width = 77
  76.     Height = 25
  77.     TabOrder = 1
  78.     OnClick = OkBttnClick
  79.     Kind = bkOK
  80.   end
  81.   object CancelBttn: TBitBtn
  82.     Left = 104
  83.     Top = 208
  84.     Width = 85
  85.     Height = 25
  86.     TabOrder = 2
  87.     OnClick = CancelBttnClick
  88.     Kind = bkCancel
  89.   end
  90. end
  91.